Reflect the move to git.tilde.town in docs #2
|
@ -8,7 +8,7 @@ that has existed on [[https://tilde.town][tilde.town]] since time immemorial.
|
||||||
You can think of this project as a very special-cased static site generator with
|
You can think of this project as a very special-cased static site generator with
|
||||||
as few features as possible.
|
as few features as possible.
|
||||||
|
|
||||||
For now, check out the [[https://github.com/tildetown/tilde-wiki/blob/master/rfc.org][rfc]].
|
For now, check out the [[./rfc.org][rfc]].
|
||||||
|
|
||||||
* using this tool
|
* using this tool
|
||||||
|
|
||||||
|
|
4
rfc.org
4
rfc.org
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
- /the wiki/: the files in a git repo that constitute the town's wiki content. accessible by command line or web.
|
- /the wiki/: the files in a git repo that constitute the town's wiki content. accessible by command line or web.
|
||||||
- ~wiki~: the ~wiki~ command, used locally to work on the wiki and publish changes
|
- ~wiki~: the ~wiki~ command, used locally to work on the wiki and publish changes
|
||||||
- ~tildetown/wiki~: a github repo for storing the content of our wiki
|
- ~tildetown/wiki~: a git repo for storing the content of our wiki
|
||||||
- ~tildetown/tilde-wiki~: a github repo for storing the ~wiki~ command
|
- ~tildetown/tilde-wiki~: a git repo for storing the ~wiki~ command
|
||||||
|
|
||||||
** Proposal
|
** Proposal
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ setup(
|
||||||
name='tildewiki',
|
name='tildewiki',
|
||||||
version='1.0.0',
|
version='1.0.0',
|
||||||
description='small utility for managing a wiki a la tilde.town',
|
description='small utility for managing a wiki a la tilde.town',
|
||||||
url='https://github.com/tildetown/tilde-wiki',
|
url='https://git.tilde.town/tildetown/tilde-wiki',
|
||||||
author='vilmibm shaksfrpease',
|
author='vilmibm shaksfrpease',
|
||||||
author_email='nks@neongrid.space',
|
author_email='nks@neongrid.space',
|
||||||
license='GPL',
|
license='GPL',
|
||||||
|
|
Loading…
Reference in New Issue