Skip to content

Commit 55c7cce

Browse files
committed
add README and LICENSE
1 parent 22b604d commit 55c7cce

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

LICENSE.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Copyright (c) 2020 Ward Cunningham, Eric Dobbs and other contributors
2+
3+
Exact history of voluntary contributions will be available at
4+
https://github.com/dobbs/small-wiki
5+
6+
JSON files, image files, and other wiki content are licensed under a
7+
Creative Commons Attribution-ShareAlike 4.0 International License.
8+
9+
CC BY-SA 4.0 : http://creativecommons.org/licenses/by-sa/4.0/
10+
11+
====
12+
13+
HMTL, javascript, and CSS files are licensed as follows:
14+
15+
====
16+
17+
Permission is hereby granted, free of charge, to any person obtaining a copy
18+
of this software and associated documentation files (the "Software"), to deal
19+
in the Software without restriction, including without limitation the rights
20+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21+
copies of the Software, and to permit persons to whom the Software is
22+
furnished to do so, subject to the following conditions:
23+
24+
The above copyright notice and this permission notice shall be included in
25+
all copies or substantial portions of the Software.
26+
27+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
33+
THE SOFTWARE.

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# revisiting Smallest Federated Wiki
2+
3+
After nine years of experimentation, first in ruby and javascript,
4+
then in nodejs and javascript, we ask what can be done with another
5+
decade of browser innovation.
6+
7+
Here we eschew build systems and frameworks in favor of plain, modern
8+
browser technology.
9+
10+
See also http://small.fed.wiki
11+
12+
# Background
13+
14+
[Origin of Smallest Federated Wiki](https://github.com/WardCunningham/Smallest-Federated-Wiki/commit/40f056aea84a2faa68b1156b90eed71e0218fff7)
15+
16+
[Federated Wiki (Node.js server version)](https://github.com/fedwiki/wiki#federated-wiki-nodejs-server-version)
17+
18+
[Smallest Federated Wiki (wiki assets version)](http://small.fed.wiki/assets/start.js)

0 commit comments

Comments
 (0)