first commit
This commit is contained in:
commit
dc1afb2cb2
228 changed files with 12529 additions and 0 deletions
39
etc/initrc
Executable file
39
etc/initrc
Executable file
|
|
@ -0,0 +1,39 @@
|
|||
# This file contains the default werc settings.
|
||||
#
|
||||
# DO NOT EDIT, to customize copy to etc/initrc.local and edit at will.
|
||||
#
|
||||
# Some settings can also be set for a specific site or directory in their
|
||||
# respective _werc/config or their $masterSite/_werc/config file.
|
||||
|
||||
# General options
|
||||
|
||||
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
|
||||
plan9port=$PLAN9
|
||||
|
||||
# If you use 9base, it should point to your 9base root, try for example:
|
||||
#plan9port=/usr/lib/9base # This is the default 9base install path in Debian.
|
||||
|
||||
# If rc has not been copied to /bin/rc you will also need to change
|
||||
# the #! line in bin/*.rc!
|
||||
|
||||
# Path, make sure the plan9port /bin directory is included before /bin
|
||||
# Keep '.' in path! It is needed.
|
||||
path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
|
||||
|
||||
# Set this to your favorite markdown formatter, eg., markdown.pl (fltr_cache
|
||||
# takes as an argument a filter, in the default configuration markdown.pl, that
|
||||
# caches output) Note that some werc components assume a markdown-like
|
||||
# formatter, but all major functionality should should be formatter agnostic.
|
||||
#formatter=(fltr_cache markdown.pl)
|
||||
formatter=(fltr_cache md2html.awk) # no perl for old men
|
||||
|
||||
# Enable debugging, to disable set to ()
|
||||
debug=true
|
||||
|
||||
# Globally enabled apps
|
||||
enabled_apps=()
|
||||
|
||||
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
||||
#masterSite=cat-v.org # Not required!
|
||||
#siteTitle='cat-v'
|
||||
#siteSubTitle='Considered harmful'
|
||||
39
etc/initrc.local
Normal file
39
etc/initrc.local
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# This file contains the default werc settings.
|
||||
#
|
||||
# DO NOT EDIT, to customize copy to etc/initrc.local and edit at will.
|
||||
#
|
||||
# Some settings can also be set for a specific site or directory in their
|
||||
# respective _werc/config or their $masterSite/_werc/config file.
|
||||
|
||||
# General options
|
||||
|
||||
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
|
||||
plan9port=$PLAN9
|
||||
|
||||
# If you use 9base, it should point to your 9base root, try for example:
|
||||
#plan9port=/usr/lib/9base # This is the default 9base install path in Debian.
|
||||
|
||||
# If rc has not been copied to /bin/rc you will also need to change
|
||||
# the #! line in bin/*.rc!
|
||||
|
||||
# Path, make sure the plan9port /bin directory is included before /bin
|
||||
# Keep '.' in path! It is needed.
|
||||
path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
|
||||
|
||||
# Set this to your favorite markdown formatter, eg., markdown.pl (fltr_cache
|
||||
# takes as an argument a filter, in the default configuration markdown.pl, that
|
||||
# caches output) Note that some werc components assume a markdown-like
|
||||
# formatter, but all major functionality should should be formatter agnostic.
|
||||
#formatter=(fltr_cache markdown.pl)
|
||||
formatter=(fltr_cache markdown) # no perl for old men
|
||||
|
||||
# Enable debugging, to disable set to ()
|
||||
debug=true
|
||||
|
||||
# Globally enabled apps
|
||||
enabled_apps=()
|
||||
|
||||
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
||||
#masterSite=cat-v.org # Not required!
|
||||
#siteTitle='cat-v'
|
||||
#siteSubTitle='Considered harmful'
|
||||
1
etc/users/GROUP_AND_USER_ACCOUNTS
Normal file
1
etc/users/GROUP_AND_USER_ACCOUNTS
Normal file
|
|
@ -0,0 +1 @@
|
|||
This is just a dummy file to force hg to preserve this directory that is used to store user and group account information.
|
||||
2
etc/users/adil/password
Normal file
2
etc/users/adil/password
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$6$woJ2yOD6UipLuwcz$ye4zuyl5QaN7evX7YVcyHp1nx4LNj51e62YY7ug979mK2Nbf.64IHC5Ac4kMNcoN2qww6QqRCfBzBE8rttkWA0
|
||||
|
||||
1
etc/users/admin/members
Normal file
1
etc/users/admin/members
Normal file
|
|
@ -0,0 +1 @@
|
|||
artificer
|
||||
1
etc/users/artificer/password
Normal file
1
etc/users/artificer/password
Normal file
|
|
@ -0,0 +1 @@
|
|||
$6$9WvG8oRuvGJvNDEd$5oDieYssRdU83ZJu.U.zBeuqDYn/02z3D0dODTltb1b5eyzAeJ/tzzX8l8qDdynqYgrfEQLPW2JW4mn/H8LTU.
|
||||
1
etc/users/bea/password
Normal file
1
etc/users/bea/password
Normal file
|
|
@ -0,0 +1 @@
|
|||
$6$7hSkUBGO.sugY.9Z$BL2v6UMHmygePnFFzr0wwA6Fklk4Gp8Bz1j5YrfE2LeDg2gWhpMbFYhKkWJs5cpBtjShY69r9z3blKRhWDfFh1
|
||||
1
etc/users/blasfemmy/password
Normal file
1
etc/users/blasfemmy/password
Normal file
|
|
@ -0,0 +1 @@
|
|||
$6$vDKvaGcV9kdMz.60$hvCY6q0lQuXF4zm77y6kmH6y948CeHWlb5auKHWHAYX.7i/YhVWNOmCv963Ojab0wxXXHWRmpmLlNDQ/uEEJq0
|
||||
3
etc/users/ico-editors/members
Normal file
3
etc/users/ico-editors/members
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
q
|
||||
iancobain
|
||||
|
||||
2
etc/users/kaz/password
Normal file
2
etc/users/kaz/password
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$6$fdjX5nnnvFhgPV.1$.aJ0TFarCNHJH2h8LaY.LX2IvI8dk6Ak6Ci0/8Z87unVz6NLecl7d9fF2N5CnQtPjTrhPPheXiVWzIWYKEFLY1
|
||||
|
||||
2
etc/users/mrshughhammersley/password
Normal file
2
etc/users/mrshughhammersley/password
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$6$YO9Fe1F4f171s9.Q$enDawUBOLwpps027EIV7QrAFOLfwuqplXaUBZV7og3NrS8ov7uL27s9cXydw8pcEDABPEkl2VXaPyCoh7YDdK1
|
||||
|
||||
1
etc/users/q/password
Normal file
1
etc/users/q/password
Normal file
|
|
@ -0,0 +1 @@
|
|||
$6$p7/SEfKecbKt/fbX$AhjDBdqW0ttsZ7mExQz9.0VqKCznQs5SBOMYih1AL9rTSG39DiYDQLXu.FFIrI1MV7UIZhLOMrWUcqoYJEZbA0
|
||||
2
etc/users/screenshare1112/password
Normal file
2
etc/users/screenshare1112/password
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$6$dtcb/Pzwc6gRUgLi$4Va4d6Rt4KlTXB49bRtVJp2KRT5vt62nAkohGM3WnxrfRHiNM.lnYySb56m5CHX1/NrMx9VjSOtgHYcae1MBW.
|
||||
|
||||
2
etc/users/vanne/password
Normal file
2
etc/users/vanne/password
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$6$fVvvax2Tykyb9dN7$urtCrIawrCQV7Wv6vQ4vnVdcbP8E4iVJkfoLcAavZbWKETrfrLj4AoL37pFimM8XeFSe6RwkOvgf8O1dC9a.S0
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue