Ver Fonte

Added instructions for to-do list browser source

deadtom há 1 mês atrás
pai
commit
e8b8820c9e
2 ficheiros alterados com 2 adições e 1 exclusões
  1. 1 0
      ownchatbot/templates/mgmt.html
  2. 1 1
      pyproject.toml

+ 1 - 0
ownchatbot/templates/mgmt.html

@@ -465,6 +465,7 @@
         </script>
         </script>
         <body onload="focusInput()">
         <body onload="focusInput()">
         <h1>To-Do List</h1>
         <h1>To-Do List</h1>
+        &nbsp;&nbsp;To display your to-do list as an overlay, create a brower source in  your streaming software, and point it at /todo.
         <form id="todo-item-form" method="POST" onsubmit="focusInput()" action="/mgmt/addtodoitem">
         <form id="todo-item-form" method="POST" onsubmit="focusInput()" action="/mgmt/addtodoitem">
             <input type="text" id="itemInput" name="item" placeholder="Add a new item">
             <input type="text" id="itemInput" name="item" placeholder="Add a new item">
             <button id="todo-item-form" class="button button2" type="submit">Add</button>
             <button id="todo-item-form" class="button button2" type="submit">Add</button>

+ 1 - 1
pyproject.toml

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 
 [project]
 [project]
 name = "ownchatbot"
 name = "ownchatbot"
-version = "1.1.7"
+version = "1.1.dev8"
 authors = [
 authors = [
     {name = "DeadTOm", email = "deadtom@deadtom.me"},
     {name = "DeadTOm", email = "deadtom@deadtom.me"},
 ]
 ]