add pages
This commit is contained in:
0
src/ui/__init__.py
Normal file
0
src/ui/__init__.py
Normal file
0
src/ui/web/__init__.py
Normal file
0
src/ui/web/__init__.py
Normal file
0
src/ui/web/cgi/__init__.py
Normal file
0
src/ui/web/cgi/__init__.py
Normal file
0
src/ui/web/cgi/cgi_server.py
Normal file
0
src/ui/web/cgi/cgi_server.py
Normal file
0
src/ui/web/cgi/pages/FeedOverview.py
Normal file
0
src/ui/web/cgi/pages/FeedOverview.py
Normal file
0
src/ui/web/cgi/pages/FileLoader.py
Normal file
0
src/ui/web/cgi/pages/FileLoader.py
Normal file
0
src/ui/web/cgi/pages/__init__.py
Normal file
0
src/ui/web/cgi/pages/__init__.py
Normal file
0
src/ui/web/cgi/pages/index.py
Normal file
0
src/ui/web/cgi/pages/index.py
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"LinkType": "application/x-bittorrent",
|
||||
"FeedUrl": "http://www.staatsbuergerkunde-podcast.de/feed/mp3-rss/",
|
||||
"FeedType": "podcast",
|
||||
"FeedName": "sbk"
|
||||
}
|
||||
10
testenv/tests/webpage/webserver.py
Normal file
10
testenv/tests/webpage/webserver.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class MyTestCase(unittest.TestCase):
|
||||
def test_something(self):
|
||||
self.assertEqual(True, False)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user