Giter VIP home page Giter VIP logo

Comments (6)

Zverik avatar Zverik commented on July 3, 2024 1

Just for the note, I'm writing schedule-convert script that can convert anything to frab xml and icalendar formats and merge schedules. Already used it for 5 conferences — you can see autogenerated files at sotm.osmz.ru.

I'd prefer a single interchange format for apps, and tools for converting anything to that format. And Frab XML is de-facto that standard by now.

from giggity.

Wilm0r avatar Wilm0r commented on July 3, 2024

So, the recent wave of ICS-formatted submissions has me thinking about this as well. I've never really wanted [XI]CS to become a first-class citizen in Giggity because it's very poor on metadata and Giggity can only apply some heuristics to try to make it look nice.

(Honestly that problem in some ways even exists with Pentabarf - or really mostly in the way the long descriptions are written. Some schedules use HTML there, some use Markdown of some sort, but you just have to make guesses on what it is, it's not like there's a MIME-type or something - remember the days of MSIE4 rendering HTML as HTML even if the MIME-type was wrong, as a gesture of helpfulness? :-/)

Anyway, I wonder whether we'd be better off having separate code that could get some help on the heuristics (as-in we'll see how that file combined 3 different things into talk titles and supply a regex or something to pull it apart), take in more than just ICS/XCS, and emit a more digested file for Giggity to use?

Note that this thing kind of exists already in fact! https://github.com/Wilm0r/giggity/tree/master/tools/dance_valley has it, and right now it's a generator for the old Giggity-native format, though I haven't used that in ages.

The structure there is just class Schedule(GiggityObject) which you populate by doing whatever terriblesness needed to parse your input, then invoke its xml() function to serialise. And yeah, the code is messy, also most of it is 9y old. :-D

from giggity.

Wilm0r avatar Wilm0r commented on July 3, 2024

https://github.com/Wilm0r/giggity/blob/master/tools/gen-xml.py is now updated to A) read iCal and B) generate Frab.

It's rather incomplete BTW, but completing it hopefully shouldn't be too much work. And then heuristics like getting speaker names may find a better place in there.

Though as I started writing it, I kinda lost motivation to really finish this as it's going to be maintenance hell - I really don't fancy the idea of "hosting" these files on behalf of conferences, dealing with updates as they make them, etc...

from giggity.

mmuman avatar mmuman commented on July 3, 2024

Oh, python, that I can test without Android SDK nightmare :-)
I'll try to have a look.
Yes, it'd be better to have them host their own stuff.

For LibrePlanet the code of their tool is on github, so it can probably be patched to generate something else than ICS.

from giggity.

Wilm0r avatar Wilm0r commented on July 3, 2024

(Digging through old bugs...)

Ooh I love schedule-convert! Maybe it could even run on AppEngine or something somewhere for auto conversions where needed. @mmuman Have you come across any of those Sessionize formatted schedules?

from giggity.

mmuman avatar mmuman commented on July 3, 2024

Doesn't ring a bell, but maybe I just saw it without knowing the name.

from giggity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.