mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
[fix] add files generated at jappix install
This commit is contained in:
parent
2570a41125
commit
cb9cddcb3a
11 changed files with 118 additions and 11 deletions
11
source/.gitignore
vendored
11
source/.gitignore
vendored
|
@ -1,11 +0,0 @@
|
||||||
mini/
|
|
||||||
store/
|
|
||||||
tmp/cache/
|
|
||||||
tmp/jingle/
|
|
||||||
tmp/avatar/
|
|
||||||
tmp/archives/
|
|
||||||
tmp/send/
|
|
||||||
log/
|
|
||||||
test/node_modules/
|
|
||||||
.DS_Store
|
|
||||||
*.esproj
|
|
14
source/store/access/index.html
Normal file
14
source/store/access/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
11
source/store/access/months.xml
Normal file
11
source/store/access/months.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<jappix xmlns="jappix:access:months">
|
||||||
|
<month_8>0</month_8>
|
||||||
|
<month_9>0</month_9>
|
||||||
|
<month_10>0</month_10>
|
||||||
|
<month_11>3</month_11>
|
||||||
|
<month_12>0</month_12>
|
||||||
|
<month_1>0</month_1>
|
||||||
|
<month_2>0</month_2>
|
||||||
|
<month_3>0</month_3>
|
||||||
|
</jappix>
|
5
source/store/access/total.xml
Normal file
5
source/store/access/total.xml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<jappix xmlns="jappix:access:total">
|
||||||
|
<total>3</total>
|
||||||
|
<stamp>1416951511</stamp>
|
||||||
|
</jappix>
|
14
source/store/backgrounds/index.html
Normal file
14
source/store/backgrounds/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
14
source/store/conf/index.html
Normal file
14
source/store/conf/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
4
source/store/conf/installed.xml
Normal file
4
source/store/conf/installed.xml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<jappix xmlns="jappix:conf:installed">
|
||||||
|
<installed>true</installed>
|
||||||
|
</jappix>
|
14
source/store/logos/index.html
Normal file
14
source/store/logos/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
14
source/store/music/index.html
Normal file
14
source/store/music/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
14
source/store/share/index.html
Normal file
14
source/store/share/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
14
source/store/update/index.html
Normal file
14
source/store/update/index.html
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
|
<title>Jappix - Forbidden</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h1>Forbidden</h1>
|
||||||
|
<h4>This is a private folder</h4>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Add table
Reference in a new issue