docs: license
This commit is contained in:
parent
54642131b0
commit
7406d74e6a
12 changed files with 41 additions and 22 deletions
19
README.md
19
README.md
|
@ -4,6 +4,7 @@ Access [WikiVoyage](https://en.wikivoyage.org) conveniently from your phone!
|
||||||
## Roadmap
|
## Roadmap
|
||||||
*(In no particular order)*
|
*(In no particular order)*
|
||||||
|
|
||||||
|
- [ ] Render articles *completely* using native widgets
|
||||||
- [ ] Navigation in articles by heading
|
- [ ] Navigation in articles by heading
|
||||||
- [ ] Settings for reader
|
- [ ] Settings for reader
|
||||||
- [ ] Translate UI
|
- [ ] Translate UI
|
||||||
|
@ -38,4 +39,22 @@ cd voyagehandbook
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./flutterw run
|
./flutterw run
|
||||||
|
```
|
||||||
|
|
||||||
|
## License
|
||||||
|
```
|
||||||
|
Voyage Handbook - The open-source WikiVoyage reader
|
||||||
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
```
|
```
|
|
@ -6,8 +6,8 @@ part 'classes.g.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -8,8 +8,8 @@ import 'package:voyagehandbook/api/classes.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -8,8 +8,8 @@ import 'package:voyagehandbook/views/home.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -8,8 +8,8 @@ import '../views/search.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -14,8 +14,8 @@ import 'package:zoom_pinch_overlay/zoom_pinch_overlay.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -8,8 +8,8 @@ import 'package:path_provider/path_provider.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -5,8 +5,8 @@ import 'package:flutter/material.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -5,8 +5,8 @@ import 'package:flutter/material.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -10,8 +10,8 @@ import 'package:voyagehandbook/views/search.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -11,8 +11,8 @@ import 'package:voyagehandbook/util/styles.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
|
@ -10,8 +10,8 @@ import '../util/drawer.dart';
|
||||||
Copyright (C) 2023 Matyáš Caras
|
Copyright (C) 2023 Matyáš Caras
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License version 3 as published by
|
||||||
the Free Software Foundation, either version 3 of the License.
|
the Free Software Foundation.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
|
Loading…
Reference in a new issue