This commit is contained in:
Bob Mottram 2018-02-04 22:54:20 +00:00
commit 3aacf66e30
3 changed files with 52 additions and 32 deletions

View File

@ -45,6 +45,8 @@ Testing of the install on different hardware. Also pentesting on test installati
** Web design and artwork
A better design for this website would be nice to have. Photos, icons or other artwork are all welcome. I've always liked the cartoon artwork of the [[https://www.mediagoblin.org/][Mediagoblin]] project, and attractive graphics can help to get people initially interested.
** Howto videos
If you're good at making videos then a howto for installing Freedombone onto various types of hardware, or testing the mesh system in realistic/exotic scenarios would be good. You could even host videos on PeerTube or Mediagoblin.
** More education and promotion
#+BEGIN_CENTER
[[./images/educate.png]]

View File

@ -84,8 +84,9 @@ function ghost_replace_jquery {
function ghost_rss_button {
# remove feedly -aaargh!
sed -i 's|http://cloud.feedly.com/#subscription/feed/{{@blog.url}}/rss/|{{@blog.url}}/rss/|g' /var/www/$GHOST_DOMAIN_NAME/htdocs/current/content/themes/casper/partials/site-nav.hbs
sed -i 's|http://cloud.feedly.com/#subscription/feed/{{url absolute="true"}}/rss/|{{url absolute="true"}}rss/|g' /var/www/$GHOST_DOMAIN_NAME/htdocs/current/content/themes/casper/author.hbs
sed -i 's|http://cloud.feedly.com/#subscription/feed/{{@blog.url}}/rss/|{{@blog.url}}/rss/|g' /var/www/$GHOST_DOMAIN_NAME/htdocs/versions/${GHOST_VERSION}/content/themes/casper/partials/site-nav.hbs
sed -i 's|http://cloud.feedly.com/#subscription/feed/{{url absolute="true"}}/rss/|{{url absolute="true"}}rss/|g' /var/www/$GHOST_DOMAIN_NAME/htdocs/versions/${GHOST_VERSION}/content/themes/casper/author.hbs
}
function ghost_remove_offsite_links {
@ -464,8 +465,17 @@ function install_ghost {
ghost_bust
# NOTE: this has to be http, not https
sed -i "s|\"url\":|\"url\": \"http://${GHOST_DOMAIN_NAME}/\",|g" /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
echo '{' > /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
if [[ "$ONION_ONLY" == 'no' ]]; then
# NOTE: url must be http, not https
echo " \"url\": \"http://${GHOST_DOMAIN_NAME}\"," >> /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
else
echo " \"url\": \"http://${GHOST_ONION_HOSTNAME}\"," >> /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
fi
echo ' "paths": {' >> /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
echo " \"contentPath\": \"/var/www/${GHOST_DOMAIN_NAME}/htdocs/content\"" >> /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
echo ' }' >> /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
echo '}' >> /var/www/${GHOST_DOMAIN_NAME}/htdocs/config.development.json
echo '[Unit]' > /etc/systemd/system/ghost.service
echo 'Description=Ghost Blog' >> /etc/systemd/system/ghost.service

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2018-02-04 Sun 21:06 -->
<!-- 2018-02-04 Sun 21:22 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
@ -248,9 +248,9 @@ for the JavaScript code in this tag.
<h1>Support</h1>
</center>
<div id="outline-container-org0e0937c" class="outline-2">
<h2 id="org0e0937c">Contact details</h2>
<div class="outline-text-2" id="text-org0e0937c">
<div id="outline-container-orgbc8f3ea" class="outline-2">
<h2 id="orgbc8f3ea">Contact details</h2>
<div class="outline-text-2" id="text-orgbc8f3ea">
<p>
This site can also be accessed via a Tor browser at <b><a href="http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion">http://yjxlc3imv7obva4grjae6u3qw527koaytrgjgdp364hmthrst3jodiid.onion</a></b>
</p>
@ -277,22 +277,22 @@ This site can also be accessed via a Tor browser at <b><a href="http://yjxlc3imv
</div>
</div>
<div id="outline-container-orgf895e81" class="outline-2">
<h2 id="orgf895e81">Things which would be nice to have</h2>
<div class="outline-text-2" id="text-orgf895e81">
<div id="outline-container-org742c05a" class="outline-2">
<h2 id="org742c05a">Things which would be nice to have</h2>
<div class="outline-text-2" id="text-org742c05a">
</div>
<div id="outline-container-orge5cd1e4" class="outline-3">
<h3 id="orge5cd1e4">Ideas</h3>
<div class="outline-text-3" id="text-orge5cd1e4">
<div id="outline-container-org317c742" class="outline-3">
<h3 id="org317c742">Ideas</h3>
<div class="outline-text-3" id="text-org317c742">
<p>
Know of some fabulous web system which could run on Freedombone, but currently doesn't? Contact the above, and be prepared to make a compelling argument for why it should be included.
</p>
</div>
</div>
<div id="outline-container-orgb9b2919" class="outline-3">
<h3 id="orgb9b2919">Money</h3>
<div class="outline-text-3" id="text-orgb9b2919">
<div id="outline-container-orgafbb438" class="outline-3">
<h3 id="orgafbb438">Money</h3>
<div class="outline-text-3" id="text-orgafbb438">
<p>
At the present time this project is not seeking any funding. There is no crowdfunding campaign and no slick marketing video. Those aren't ruled out as future possibilities, but for now they're just not needed.
</p>
@ -303,27 +303,35 @@ If you find this project useful then you may wish to consider donating to <a hre
</div>
</div>
<div id="outline-container-org08545d9" class="outline-3">
<h3 id="org08545d9">Testing and reporting bugs</h3>
<div class="outline-text-3" id="text-org08545d9">
<div id="outline-container-org2edf966" class="outline-3">
<h3 id="org2edf966">Testing and reporting bugs</h3>
<div class="outline-text-3" id="text-org2edf966">
<p>
Testing of the install on different hardware. Also pentesting on test installations to find vulnerabilities.
</p>
</div>
</div>
<div id="outline-container-org06ca887" class="outline-3">
<h3 id="org06ca887">Web design and artwork</h3>
<div class="outline-text-3" id="text-org06ca887">
<div id="outline-container-org10bcaa2" class="outline-3">
<h3 id="org10bcaa2">Web design and artwork</h3>
<div class="outline-text-3" id="text-org10bcaa2">
<p>
A better design for this website would be nice to have. Photos, icons or other artwork are all welcome. I've always liked the cartoon artwork of the <a href="https://www.mediagoblin.org/">Mediagoblin</a> project, and attractive graphics can help to get people initially interested.
</p>
</div>
</div>
<div id="outline-container-orgc33f01d" class="outline-3">
<h3 id="orgc33f01d">More education and promotion</h3>
<div class="outline-text-3" id="text-orgc33f01d">
<div id="outline-container-org881c8f8" class="outline-3">
<h3 id="org881c8f8">Howto videos</h3>
<div class="outline-text-3" id="text-org881c8f8">
<p>
If you're good at making videos then a howto for installing Freedombone onto various types of hardware, or testing the mesh system in realistic/exotic scenarios would be good. You could even host videos on PeerTube or Mediagoblin.
</p>
</div>
</div>
<div id="outline-container-org237516c" class="outline-3">
<h3 id="org237516c">More education and promotion</h3>
<div class="outline-text-3" id="text-org237516c">
<div class="org-center">
<div class="figure">
@ -341,18 +349,18 @@ Raising awareness beyond the near zero current level, overcoming fear and parano
</div>
</div>
<div id="outline-container-org447ca33" class="outline-3">
<h3 id="org447ca33">Translations</h3>
<div class="outline-text-3" id="text-org447ca33">
<div id="outline-container-org92766d9" class="outline-3">
<h3 id="org92766d9">Translations</h3>
<div class="outline-text-3" id="text-org92766d9">
<p>
To add translations modify the json files within the <b>locale</b> subdirectory. Then make a pull request on the <a href="https://github.com/bashrc/freedombone">Github site</a>.
</p>
</div>
</div>
<div id="outline-container-orgd789c28" class="outline-3">
<h3 id="orgd789c28">Packaging</h3>
<div class="outline-text-3" id="text-orgd789c28">
<div id="outline-container-orgaf00625" class="outline-3">
<h3 id="orgaf00625">Packaging</h3>
<div class="outline-text-3" id="text-orgaf00625">
<p>
Helping to package GNU Social and Hubzilla for Debian would be beneficial.
</p>