fix dates and fixmes
This commit is contained in:
parent
d710a3ff16
commit
87bea7260b
3 changed files with 10 additions and 10 deletions
8
Makefile
8
Makefile
|
@ -8,10 +8,10 @@ OUTPUTDIR=$(BASEDIR)/output
|
||||||
CONFFILE=$(BASEDIR)/pelicanconf.py
|
CONFFILE=$(BASEDIR)/pelicanconf.py
|
||||||
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
PUBLISHCONF=$(BASEDIR)/publishconf.py
|
||||||
|
|
||||||
# SSH_HOST=localhost
|
SSH_HOST=2025.fossy.us
|
||||||
# SSH_PORT=22
|
SSH_PORT=22
|
||||||
# SSH_USER=root
|
SSH_USER=debian
|
||||||
# SSH_TARGET_DIR=/var/www
|
SSH_TARGET_DIR=/var/www/2025.fossy.us/
|
||||||
|
|
||||||
|
|
||||||
DEBUG ?= 0
|
DEBUG ?= 0
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
AUTHOR = 'Software Freedom Conservancy'
|
AUTHOR = 'Software Freedom Conservancy'
|
||||||
SITENAME = 'FOSSY 2025'
|
SITENAME = 'FOSSY 2025'
|
||||||
SITESUBTITLE = 'July 31 – August 1 2025 — venue TBA'
|
SITESUBTITLE = 'July 31st – August 3rd 2025 — Portland State University, OR'
|
||||||
SITEURL = ''
|
SITEURL = '2025.fossy.us'
|
||||||
|
|
||||||
PATH = 'content'
|
PATH = 'content'
|
||||||
|
|
||||||
TIMEZONE = 'US/Eastern'
|
TIMEZONE = 'US/Pacific'
|
||||||
|
|
||||||
DEFAULT_LANG = 'en'
|
DEFAULT_LANG = 'en'
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@
|
||||||
<h2 class="f3 f2-ns b lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
<h2 class="f3 f2-ns b lh-solid mt0 mb3">{{ SITESUBTITLE }}</h2>
|
||||||
<h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The third Free and Open Source Software Yearly conference</h3>
|
<h3 class="f4 f4-ns b lh-title mv2 mv3-ns">The third Free and Open Source Software Yearly conference</h3>
|
||||||
<p>Software Freedom Conservancy will again hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Software Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
|
<p>Software Freedom Conservancy will again hosting a community oriented conference this coming summer. FOSSY (Free and Open Source Software Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience.</p>
|
||||||
<p>We will have community-led tracks with talks over four days. The call for tracks is <a href="https://sfconservancy.org/fossy/community-tracks/">currently open</a>! Previous tracks included community building, education, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. There will be hands on workshops, lightning talks and traditional 50 minute talks.</p>
|
<p>We will have community-led tracks with talks over four days. The call for tracks is <b><a href="https://sfconservancy.org/fossy/community-tracks/">currently open</a></b>! Previous tracks included community building, education, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. There will be hands on workshops, lightning talks and traditional 50 minute talks.</p>
|
||||||
<p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
|
<p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
|
||||||
<p>If you are interested in sponsoring our conference, please see our [FIXME Sponsorship Prospectus] or contact us at conference@sfconservancy.org.</p>
|
<p>If you are interested in sponsoring our conference, please see our <b><a href="https://sfconservancy.org/static/docs/2025-prospectus.pdf">Sponsorship Prospectus</a></b> or contact us at conference@sfconservancy.org.</p>
|
||||||
<p>Talks from last year's FOSSY are [FIXME available here].</p>
|
<p>Talks from last year's FOSSY are <b><a href="https://www.youtube.com/playlist?list=PLKZPkdh3W2BLS8IgeeJ8dxCarexgvMH2b">available here</a></b>.</p>
|
||||||
<p>
|
<p>
|
||||||
</div>
|
</div>
|
||||||
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
|
<div class="lh-solid mt4 mt0-ns" style="font-size: 10rem; max-width: 250px;"><img class="db" src="{{ SITEURL }}/theme/images/conservancy-logo.svg" style="max-height: 180px" alt="Software Freedom Conservancy"></div>
|
||||||
|
|
Loading…
Reference in a new issue