From 9f21a3a10ce0acef173eda3c36f442f6fc5e57e4 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Mon, 20 Sep 2021 12:25:54 +1000 Subject: Convert README to Markdown for better display on SourceHut. --- README | 41 ----------------------------------------- README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 41 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 98b8e9e9..00000000 --- a/README +++ /dev/null @@ -1,41 +0,0 @@ -======== - README -======== - -What is GNU MediaGoblin? -======================== - -* A place to store all your different media (photos, videos, audios, - and more!) that’s as awesome as, if not more awesome than, existing - network services (Flickr, YouTube, etc) -* Customizable! -* A place for people to collaborate and show off original and derived - creations. Free, as in freedom. We’re a GNU project after all. -* Extensible: Plugins allow you to add new media types (3d models? - Presentations and documents? Yes, and more!) or extend old ones. -* A real community, and we'd love to have you join us! - - -Is it ready for me to use? -========================== - -Yes! - - -Can I help/hang out/participate/whisper sweet nothings in your ear? -=================================================================== - -Yes! Please join us and hang out! For more information on where we -hang out, see `our Join page `_ - - -Where is the documentation? -=========================== - -The beginnings of a site administration manual is located in the ``docs/`` -directory in HTML, Texinfo, and source (Restructured Text) forms. It's -also available online at http://docs.mediagoblin.org/ in HTML form. - -Contributor/developer documentation as well as documentation on the -project processes and infrastructure is located on -`the wiki `_. diff --git a/README.md b/README.md new file mode 100644 index 00000000..9c537d53 --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +# GNU MediaGoblin + +What is MediaGoblin? + +* A place to store all your different media (photos, videos, audios, + and more!) that’s as awesome as, if not more awesome than, existing + network services (Flickr, YouTube, etc) +* Customizable! +* A place for people to collaborate and show off original and derived + creations. Free, as in freedom. We’re a GNU project after all. +* Extensible: Plugins allow you to add new media types (3d models? + Presentations and documents? Yes, and more!) or extend old ones. +* A real community, and we'd love to have you join us! + +Visit our website for more. + +# Is it ready for me to use? + +Yes! + + +# Can I help/hang out/participate/whisper sweet nothings in your ear? + +Yes! Please join us and hang out! For more information on where we +hang out, see http://mediagoblin.org/join/. + + +# Where is the documentation? + +The beginnings of a site administration manual is located in the `docs/` +directory in HTML, Texinfo, and source (Restructured Text) forms. It's +also available online at http://docs.mediagoblin.org/ in HTML form. + +Contributor/developer documentation as well as documentation on the project +processes and infrastructure is located on the wiki at +http://wiki.mediagoblin.org/. -- cgit v1.2.3