Remove titles from all pages, the breadcrumb already shows them

This commit is contained in:
fr33domlover 2016-05-02 14:30:15 +00:00
parent 13d814034c
commit 072928dab1
19 changed files with 0 additions and 39 deletions

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis
<p> <p>
Vervis is hopefully going to be, eventually, a decentralized project hosting Vervis is hopefully going to be, eventually, a decentralized project hosting
platform. It's still in early development, but hopefully making progress platform. It's still in early development, but hopefully making progress

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > New Key
Enter the details and click "Submit" to add a new SSH key. Enter the details and click "Submit" to add a new SSH key.
<form method=POST action=@{KeysR user} enctype=#{enctype}> <form method=POST action=@{KeysR user} enctype=#{enctype}>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > Keys > #{tag}
<table> <table>
<tr> <tr>
<td>Algorithm <td>Algorithm

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > Keys
<p>These are the SSH keys for user #{user}. <p>These are the SSH keys for user #{user}.
<ul> <ul>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People
<p> <p>
These are the people registered in this Vervis instance. These are the people registered in this Vervis instance.

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > New
Enter your details and click on "Submit" to create a new user account. Enter your details and click on "Submit" to create a new user account.
<form method=POST action=@{PeopleR} enctype=#{enctype}> <form method=POST action=@{PeopleR} enctype=#{enctype}>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{ident}
<ul> <ul>
<li> <li>
<a href=@{ProjectsR ident}>Projects <a href=@{ProjectsR ident}>Projects

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > Overview for #{ident}
<p> <p>
This is the homepage for logged-in users. You should eventually see a This is the homepage for logged-in users. You should eventually see a
personal overview here. Your projects, repos, news, notifications, settings personal overview here. Your projects, repos, news, notifications, settings

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{ident} > New Project
Enter your details and click "Submit" to create a new project. Enter your details and click "Submit" to create a new project.
<form method=POST action=@{ProjectsR ident} enctype=#{enctype}> <form method=POST action=@{ProjectsR ident} enctype=#{enctype}>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > Projects > #{proj}
<p>This is the project page for <b>#{proj}</b>, shared by <b>#{user}</b>. <p>This is the project page for <b>#{proj}</b>, shared by <b>#{user}</b>.
<ul> <ul>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{ident} > Projects
<p>These are projects shared by #{ident}. <p>These are projects shared by #{ident}.
<ul> <ul>

View file

@ -12,9 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > Repos > #{repo} > Commits
<h2>History
<table> <table>
<tr> <tr>
<th>Author <th>Author

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > New Repo
Enter your details and click "Submit" to create a new repo. Enter your details and click "Submit" to create a new repo.
<form method=POST action=@{ReposR user} enctype=#{enctype}> <form method=POST action=@{ReposR user} enctype=#{enctype}>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > Repos
<p>These are the repositories shared by #{user}. <p>These are the repositories shared by #{user}.
<ul> <ul>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>Vervis > People > #{user} > Repos > #{repo}
$maybe desc <- repoDesc repository $maybe desc <- repoDesc repository
<p>#{desc} <p>#{desc}

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>#{shar} :: #{proj} :: Tickets :: ##{num} :: Edit
Enter the details and click "Submit" to update the ticket. Enter the details and click "Submit" to update the ticket.
<form method=POST action=@{TicketR shar proj num} enctype=#{enctype}> <form method=POST action=@{TicketR shar proj num} enctype=#{enctype}>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>#{shar} :: #{proj} :: Tickets
<p> <p>
<a href=@{TicketNewR shar proj}>Create new… <a href=@{TicketNewR shar proj}>Create new…

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>#{shar} :: #{proj} :: New ticket
Enter the details and click "Submit" to create a new ticket. Enter the details and click "Submit" to create a new ticket.
<form method=POST action=@{TicketsR shar proj} enctype=#{enctype}> <form method=POST action=@{TicketsR shar proj} enctype=#{enctype}>

View file

@ -12,8 +12,6 @@ $# You should have received a copy of the CC0 Public Domain Dedication along
$# with this software. If not, see $# with this software. If not, see
$# <http://creativecommons.org/publicdomain/zero/1.0/>. $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<h1>#{shar} :: #{proj} :: Tickets :: ##{num}
<p> <p>
<a href=@{TicketEditR shar proj num}>Edit this ticket <a href=@{TicketEditR shar proj num}>Edit this ticket
<p> <p>