made some spelling corrections (mostly as a test)

This commit is contained in:
asdf 2019-02-25 23:11:56 +11:00
parent 68a319c7b1
commit fe276e4ed3
2 changed files with 18 additions and 16 deletions

32
README
View File

@ -5,21 +5,23 @@ in attempt to attract additional developer support from the
community.
If you would like to help, contact cmccabe@sdf.org
_ _ _ _ _ _
| (_)_ __ | | ___ _| | __ _| |_ ___ _ __| |
| | | '_ \| |/ / | | | |/ _` | __/ _ \| '__| |
| | | | | | <| |_| | | (_| | || (_) | | |_|
|_|_|_| |_|_|\_\\__,_|_|\__,_|\__\___/|_| (_)
/\
_ _ the_link aggreGator _ **
| (_)_ __ | | ___ _| | __ _| |_ ___ _ __ \_}}_/
| | | '_ \| |/ / | | | |/ _` | __/ _ \| '__| {{
| | | | | | <| |_| | | (_| | || (_) | | \_}}_/
|_|_|_| |_|_|\_\\__,_|_|\__,_|\__\___/|_| {{ ,
>>>^
===== WHAT IS IT? =====
Linkulator is a command line link aggregator; like
news.ycombinator.com, or lobste.rs, but strictly for the command
line. But unlike thoes two, Linkulator natively supports both
line. But unlike those two, Linkulator natively supports both
gopher and http links. Like the others, Linkulator allows the
poster or others to leave comments about the posted link. It was
designed for small public access unix (and gnu/linux!) communities
designed for small public access Unix (and GNU/Linux!) communities
like Circumlunar Space, Grex, or the many servers in the
Tildeverse (tilde.team, tilde.town and so on).
@ -38,27 +40,27 @@ designing a better process would be valuable.
3. chmod all the files to 700.
4. create a file storage directory somewhere, owned by linkulator
4. Create a file storage directory somewhere, owned by linkulator
and chmod'ed to 700.
4. edit the 'config' file to point to the file storage directory.
4. Edit the 'config' file to point to the file storage directory.
(you can change the other config variables, but don't need to
yet).
5. edit 'linkulator.sh' (line 165'ish) to point to the location
5. Edit 'linkulator.sh' (line 165'ish) to point to the location
of the config file.
6. edit 'wrapper.c' so that it points to the location of
6. Edit 'wrapper.c' so that it points to the location of
'linkulator.sh'
7. compile 'wrapper.c' to create a 'linkulator' binary:
7. Compile 'wrapper.c' to create a 'linkulator' binary:
gcc -o linkulator wrapper.c
8. chmod the 'linkulator' executable to 755
9. make 'linkulator' setuid: chmod u+s linkulator
9. Set 'linkulator' setuid attribute: chmod u+s linkulator
10. create a symlink to the 'linkulator' executable in a place
10. Create a symlink to the 'linkulator' executable in a place
commonly accessible to other user.
11. linkulate.
@ -66,7 +68,7 @@ designing a better process would be valuable.
===== REPORT BUGS OR HELP DEVELOP =====
BUGS - send bug reports to cmccabe@sdf.org. please be as
BUGS - send bug reports to cmccabe@sdf.org. Please be as
descriptive as possible about what happened and what you think
might have caused it -- including possible solutions if you have
such an idea.

View File

@ -90,7 +90,7 @@
# TO DO'S:
# IF LINK DOESN'T START WITH GOOHER:// HTTPS:// OR HTTP://, HIDE LYNX OPTION
# IF LINK DOESN'T START WITH GOPHER:// HTTPS:// OR HTTP://, HIDE LYNX OPTION
# DISCARDING ADD-LINK EXITS ENTIRE PROGRAM