• R/O
  • HTTP
  • SSH
  • HTTPS

pybbs: Commit

無料の掲示板


Commit MetaInfo

Révisionea5c501628c5fe4e2ba12478510a6802e7b85a64 (tree)
l'heure2018-01-10 20:11:55
Auteuryamat0jp <yamat0jp@yaho...>
Commiteryamat0jp

Message de Log

macとの間で統合処理

Change Summary

  • modified: Procfile (diff)
  • delete: static/html/help.htm
  • delete: templates/archives.htm
  • delete: templates/modules/content.htm
  • delete: templates/setup.htm

Modification

--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
1-web: python index.py
1+web: python index.py
\ No newline at end of file
--- a/static/html/help.htm
+++ /dev/null
@@ -1,11 +0,0 @@
1-<!DOCTYPE html>
2-
3-<html><head><meta charset=utf8><title>使い方</title></head>
4-<body>
5-<p>開発者の皆さん
6-<p>pybbsのAPI
7-<p>ArticleAPI ... ~/read/api/<b>dbname</b>/<b>number</b>
8-<p>ListAPI ... ~/list/api/<b>dbname</b>
9-<p style=text-align:center><a href=/>戻る</a>
10-</body>
11-</html>
\ No newline at end of file
--- a/templates/archives.htm
+++ /dev/null
@@ -1,13 +0,0 @@
1-<!DOCTYPE HTML>
2-
3-<html>
4- <head>
5- <meta charset==utf-8>
6- <title>アーカイブ</title>
7- </head>
8- <#archives>
9- <body>
10-
11- </body>
12-</html>
13-
--- a/templates/setup.htm
+++ /dev/null
@@ -1,23 +0,0 @@
1-<!DOCTYPE HTML>
2-
3-<html>
4- <head>
5- <title><#title></title>
6- <meta charset="utf-8">
7- </head>
8-
9- <body>
10- <br>
11- <form action="<#home>/setup" method="post">
12- <p>title1 :
13-</p>
14- <input value="<#title>" name="title">
15- <br><br><br>
16- <p>title2 :
17-</p>
18- <textarea style="HEIGHT: 97px; WIDTH: 403px" cols="3" name="title2"><#title2></textarea>
19- <br><br><br><br>
20- <input type="submit" value="設定">
21- </form>
22- </body>
23-</html>
Afficher sur ancien navigateur de dépôt.