From e848720b75cf7c947b85020a174c50abea64b854 Mon Sep 17 00:00:00 2001 From: ahriman Date: Tue, 26 Feb 2019 02:35:51 +0000 Subject: New wiki page on gopher/burrow --- index.html | 4 +++ table.connusers | 2 +- table.regusers | 1 + table.weekconns | 2 +- wiki.php | 1 + wikipages/gopher.wiki | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 wikipages/gopher.wiki diff --git a/index.html b/index.html index 2f9ed94..4c4d8af 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,10 @@

Feel free to contact ahriman via ahriman@tilde.institute or on chat in #institute if you need another compiler or shell available, or if you would like your homepage's index changed from index.html to something else (index.cgi, index.php, etc). I can also provide access to MySQL / MariaDB on a request basis.

News & Updates

+ 2019 February 25 +

New wiki page, courtesy of ~tomasino! On gophermap management using the burrow tool.

+ 2019 February 24 +

We've officially passed the 50 user mark! Woohoo!

2019 January 04

I've begun moving some info and pages to the wiki in order to simplify and streamline the main site.

2019 January 01 diff --git a/table.connusers b/table.connusers index 6120880..cb2529f 100644 --- a/table.connusers +++ b/table.connusers @@ -1,3 +1,3 @@ diff --git a/table.regusers b/table.regusers index 0e95c33..134dccc 100644 --- a/table.regusers +++ b/table.regusers @@ -9,6 +9,7 @@
  • bacterio
  • ben
  • biglysmalls
  • +
  • cmccabe
  • craig
  • dgoerger
  • drewlander
  • diff --git a/table.weekconns b/table.weekconns index c227083..b5045cc 100644 --- a/table.weekconns +++ b/table.weekconns @@ -1 +1 @@ -0 \ No newline at end of file +21 \ No newline at end of file diff --git a/wiki.php b/wiki.php index 05cf7c7..49b0998 100644 --- a/wiki.php +++ b/wiki.php @@ -33,6 +33,7 @@   BCHS Intro Guide
      Dungeon Crawl Stone Soup
      Finger
    +   Getting Started With Gopher
      GnuPG for SSH Authentication
      IRC
      UNIX ProTips
    diff --git a/wikipages/gopher.wiki b/wikipages/gopher.wiki new file mode 100644 index 0000000..b265400 --- /dev/null +++ b/wikipages/gopher.wiki @@ -0,0 +1,74 @@ + + +

    Getting Started With Gopher Using burrow

    + +

    To create a gopher hole on tilde.institute, a user can easily get started +by doing the following:

    + +

    1) Create the gopher directory

    + +
    $ mkdir public_gopher
    + +

    2) Create a root gophermap

    + +
    $ burrow gophermap
    + +

    Gophernicus will interpret any text you add here as information +lines unless they begin with one of gophernicus' special characters +or contains a tab. As a general rule, don't use tabs unless you're +intentionally linking something.

    + +

    Add a cool header to the file (check out figlet!), then somewhere near the top, paste:

    + +
    ==== Last Updated: February 19th, 2019 ====
    + +

    The date doesn't matter, really. Whenever you "phlog" with burrow it will +update the date for you. How sweet is that?

    + +

    Now lets add a link to your phlog that you're totally going to have:

    + +
    1phlog[tab]phlog
    + +

    That [tab] should be a literal tab, though. Make sure your editor doesn't +convert it to spaces. Now, save and quit the editor.

    + +

    3) Create a phlog directory

    + +
    $ mkdir ~/public_gopher/phlog
    + +

    4) Now create a new phlog with burrow

    + +
    $ burrow phlog
    + +

    You'll be prompted for a title. If you hit enter and give no title then +burrow will abort.

    + +

    Once you hit enter after giving your title a temporary file will open in +your default $EDITOR. Don't like that editor? Be sure to change your +environment var!

    + +

    If you quit your phlog file without saving the post is aborted. If you +save and quit, it will create a new phlog entry, add it to your phlog +gophermap that now exists, and update the date on your root gophermap. +That's it!

    + +

    You have an RSS file sitting in the root of your gopher hole at rss.xml. +It will automatically generate when you phlog, like a winner. You can edit +your root gophermap at any time by using burrow's gophermap action. If you +create other folders and gophermaps in the future you can use burrow's +gophermap function to target them. For instance, to open the phlog +listings you would:

    + +
    $ burrow gophermap /phlog
    + +

    Editing gophermaps with burrow will ensure they're always saved and +formatted properly! Any other files are just text, so open them directly with your editor of +choice.

    + +

    That's it! Happy gophering.

    + +

    ~tomasino

    -- cgit 1.4.1-2-gfad0