Browse Source

structure changes

main
Simon Bowie 1 year ago
parent
commit
f65d9b2ef4
7 changed files with 32 additions and 21 deletions
  1. +2
    -1
      web/app/conversations.py
  2. +13
    -0
      web/app/templates/conversations.html
  3. +4
    -4
      web/app/templates/index.html
  4. +6
    -0
      web/app/templates/making.html
  5. +5
    -5
      web/content/TOC.md
  6. +1
    -6
      web/content/section_2/conversations.md
  7. +1
    -5
      web/content/section_3/making.md

+ 2
- 1
web/app/conversations.py View File



conversations = Blueprint('conversations', __name__) conversations = Blueprint('conversations', __name__)


# route for Martha Gowans page
@conversations.route('/conversations/') @conversations.route('/conversations/')
def index(): def index():
with open('content/section_2/conversations.md', 'r') as f: with open('content/section_2/conversations.md', 'r') as f:
text = markdown.markdown(text) text = markdown.markdown(text)
return render_template('conversations.html', text=text) return render_template('conversations.html', text=text)


# route for Martha Gowans page
@conversations.route('/conversations/martha')
def martha(): def martha():
with open('content/section_2/I-Martha-gowans.md', 'r') as f: with open('content/section_2/I-Martha-gowans.md', 'r') as f:
text = f.read() text = f.read()

+ 13
- 0
web/app/templates/conversations.html View File



{{ text|safe }} {{ text|safe }}


<div class="allThemes mt-5">
<a href="/conversations/sewing_the_archive">Sewing the archive</a>
<a href="/conversations/martha">I, Martha Gowans</a>
<a href="/conversations/caribbean_quilt">Caribbean Quilt</a>
<a href="/conversations/women_on_the_move">Women on the Move</a>
</div>

- [Sewing the archive](/conversations/#sewingthearchive)
- [I Martha Gowans](/conversations "links to conversations section")
- [Caribbean Quilt](/conversations/#caribbeanquilt)
- [Women On The Move](/conversations/#womenonthemove)


{% endblock %} {% endblock %}


</div> </div>

+ 4
- 4
web/app/templates/index.html View File



<div class="index-row justify-content-center mt-5"> <div class="index-row justify-content-center mt-5">
<div class="col text-center button-search button-hidden-off p-2"> <div class="col text-center button-search button-hidden-off p-2">
<a href="{{ url_for('hidden.index') }}">hidden in plain sight</a>
<a href="{{ url_for('conversations.index') }}">archival conversations</a>


<div class="info" style="display: none;"> <div class="info" style="display: none;">
<p class="code"> ↪ Searching for a history of women’s clothing inventors, that is in the archive, but hidden in plain sight.... </p>
<p class="code"> ↪ Some things are all over the patent archive but never made explicit. Archive Conversations presents four artistic works that render these absent-present realities visible... </p>
</div> </div>
</div> </div>






<div class="col text-center button-search button-hidden-off p-2 mb-5"> <div class="col text-center button-search button-hidden-off p-2 mb-5">
<a href="{{ url_for('conversations.index') }}">archive conversations</a>
<a href="{{ url_for('making.index') }}">making of</a>


<div class="info" style="display: none;"> <div class="info" style="display: none;">
<p class="code"> ↪ Some things are all over the patent archive but never made explicit. Archive Conversations presents three artistic works that render these absent-present realities visible... </p>
<p class="code"> ↪ A series of essays from the makers on the research, methods, tools developed... </p>
</div> </div>
</div> </div>
</div> </div>

+ 6
- 0
web/app/templates/making.html View File



{{ text|safe }} {{ text|safe }}


<div class="allThemes mt-5">
<a href="/making/interview">Making of—a collective interview</a>
<a href="/making/search-engine-book">On making the search engine book</a>
<a href="/making/interface">A note on interface design</a>
</div>

{% endblock %} {% endblock %}


</div> </div>

+ 5
- 5
web/content/TOC.md View File



### Section 2: [Archive conversations](/conversations) ### Section 2: [Archive conversations](/conversations)
<span class="info" style="display: none;"> <span class="info" style="display: none;">
<span class="code">↪ Some things are all over the patent archive but never made explicit. Off the record presents four artistic works that render these absent-present realities visible...</span>
<span class="code">↪ Some things are all over the patent archive but never made explicit. Archive conversations presents four artistic works that render these absent-present realities visible...</span>
</span> </span>


- [Sewing the archive](/conversations/#sewingthearchive) - [Sewing the archive](/conversations/#sewingthearchive)
- [I Martha Gowans](/conversations "links to conversations section")
- [Caribbean Quilt](/conversations/#caribbeanquilt)
- [Women On The Move](/conversations/#womenonthemove)
- [I, Martha Gowans](/conversations/martha "links to conversations section")
- [Caribbean Quilt](/conversations/caribbeanquilt)
- [Women On The Move](/conversations/womenonthemove)


### Section 3: [Making of](/making) ### Section 3: [Making of](/making)
<span class="info" style="display: none;"> <span class="info" style="display: none;">
</span> </span>


- [Making of—a collective interview](/making/#interview "links to making-of section collective interview") - [Making of—a collective interview](/making/#interview "links to making-of section collective interview")
- [On making the search-engine book](/making/search-engine-book "links to making-of section on making search-engine book")
- [On making the search engine book](/making/search-engine-book "links to making-of section on making search-engine book")
- [A note on interface design](/making/interface "links to making-of section on interface design") - [A note on interface design](/making/interface "links to making-of section on interface design")

+ 1
- 6
web/content/section_2/conversations.md View File

Some things are all over the patent archive but never made explicit. Off the record presents four artistic works that render these absent-present realities visible...

- [Sewing the archive](/conversations/#sewingthearchive)
- [I Martha Gowans](/conversations "links to conversations section")
- [Caribbean Quilt](/conversations/#caribbeanquilt)
- [Women On The Move](/conversations/#womenonthemove)
Some things are all over the patent archive but never made explicit. Off the record presents four artistic works that render these absent-present realities visible...

+ 1
- 5
web/content/section_3/making.md View File

A series of essays from the makers on the research, methods, tools developed...

- [Making of—a collective interview](/making/#interview "links to making-of section collective interview")
- [On making the search-engine book](/making/search-engine-book "links to making-of section on making search-engine book")
- [A note on interface design](/making/interface "links to making-of section on interface design")
A series of essays from the makers on the research, methods, tools developed...

Loading…
Cancel
Save