<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ideez/.gitignore, branch main</title>
<subtitle>Give people brainstorming servers (ideez.spacehb.net)
</subtitle>
<id>https://git.keyfried.com/ideez/atom?h=main</id>
<link rel='self' href='https://git.keyfried.com/ideez/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.keyfried.com/ideez/'/>
<updated>2024-10-12T10:01:51Z</updated>
<entry>
<title>Split server code and http code</title>
<updated>2024-10-12T10:01:51Z</updated>
<author>
<name>Raymaekers Luca</name>
<email>raymaekers.luca@gmail.com</email>
</author>
<published>2024-10-09T14:54:52Z</published>
<link rel='alternate' type='text/html' href='https://git.keyfried.com/ideez/commit/?id=2d498443031c1831925d9ba91f8795b7f994677f'/>
<id>urn:sha1:2d498443031c1831925d9ba91f8795b7f994677f</id>
<content type='text'>
Create multiple instances of Ideez by running NewIdeez(), after creating
they can be added to the Ideezes slice to manage them.  NewIdeez() imports
the data and registers the routes.  main.go has the code for managing the
instances and server.go has the code coupled to a single instance. For
eg. main.go has the code which checks files with .data extension in data
directory, and imports servers on startup.

- Add import functionality
- Add nginx configuration
- Add style and copy animation
- Check for https with "X-Forwarded-Proto"
- Change assets and templates to reflect the new id change
- Change port to 15118
- Add Id field to Idea
- Do not check for duplicate titles anymore
- Extract ideez_servers into const variable
- Extract documentation in doc.go
- Rename Server -&gt; Ideez
- Rename t_idea/ -&gt; templates/
- Fix cancel not working with form by using javascript instead
- Set logger prefix in different contexts
</content>
</entry>
<entry>
<title>Added datafile for persistent ideas</title>
<updated>2024-09-27T12:43:02Z</updated>
<author>
<name>Raymaekers Luca</name>
<email>raymaekers.luca@gmail.com</email>
</author>
<published>2024-09-27T12:37:29Z</published>
<link rel='alternate' type='text/html' href='https://git.keyfried.com/ideez/commit/?id=5b2097cd2ed016f78ae2c2bcc068dfe3f42e44bd'/>
<id>urn:sha1:5b2097cd2ed016f78ae2c2bcc068dfe3f42e44bd</id>
<content type='text'>
The data file uses a version number for debugging and is serialized into
a data file, for now this is good enough but because of encapsulating
the data in a struct there is no convenient way of appending to the
Ideas slice.
- Removed the Rating as it is not really constructive.
- Added handling of SIGINT to keep the data even on exit from air of
  Ctrl-c
- Removed example data
- Use log instaed of fmt everywhere
- Removed Makefile
</content>
</entry>
<entry>
<title>init</title>
<updated>2024-09-27T12:35:03Z</updated>
<author>
<name>Raymaekers Luca</name>
<email>raymaekers.luca@gmail.com</email>
</author>
<published>2024-09-26T20:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.keyfried.com/ideez/commit/?id=f340f74e1d06aa588dd075f3922505878915da01'/>
<id>urn:sha1:f340f74e1d06aa588dd075f3922505878915da01</id>
<content type='text'>
</content>
</entry>
</feed>
