The story of system.startup.startupScript
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Aptitud para principiantes
- 45/100
- Tipo de issue
- Documentación
- Claridad
- Necesita aclaración
- Estado de actividad
- Activo
- Área
- documentation
Línea de trabajo
Start with the system.startup.startupScript entry point and compare its source with the twelve startup stages listed in the issue. The issue names no target documentation file, test, or required output, so clarify where the explanation should live and what format marks the work as complete.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
I asked Claude to summarize what system.startup.startupScript does. It's very good at understanding the whole of what a 309-line script written over many years by many people, does.
-
Bails if it already ran.
system.temp.Frontierexisting is the "already started" flag; otherwise it creates that table, stamps the startup time, and setsstartingUp = true. -
Records where the root file is --
Frontier.pathToRootandFrontier.pathstring. -
Starts the scheduler and fixes the clock --
scheduler.init,scheduler2.init, then makes sure the everyMinute, hourly, and overnight tasks are set in the future (overnight keeps its hour, e.g. 3AM). -
Opens the About window (if
user.prefs.openAboutWindowsays so) and starts the log (log.startup). -
Runs the external startup commands file --
opmlStartupCommands.txtnext to the app, if present -- then callsFrontier.enableAgents. -
Opens guest databases -- everything in
user.databaseswithopenOnStartuptrue, running each one's#startupscript if itsrunStartupScriptis true. -
The init parade --
html.init,webserver.init,betty.init,people.init,custody.init,soap.init,export.init, andmainResponder.startupon the OPML Editor. -
First-run business -- on
user.prefs.firstRootRun: license agreement, the user-info dialog, root updates. -
Builds the menubar, initializes proxy prefs, installs Tools (in a try, so a Tools failure can't kill the startup), and finds the default browser on Windows.
-
Calls
system.callbacks.startup-- the user's own startup scripts. -
Starts the daemons --
inetd.start, last on purpose so servers come up after everything else is ready. -
Clears
startingUp-- the script's own comment: "signal to all who care, let the hits begin!"
- Lenguaje dominante
- Sin datos de lenguaje
- Estrellas
- 0
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de scripting/helloFrontier
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 35/100
scripting/helloFrontier#13 · 2 comentarios · 1 reacción ·
-
Example scripts that work Abierto
Dificultad 3/5 1-2 días Aptitud para principiantes 35/100
scripting/helloFrontier#12 ·
-
Dificultad 5/5 Más de una semana Aptitud para principiantes 10/100
scripting/helloFrontier#11 ·
-
Added += operator, and more Abierto
Dificultad 5/5 Más de una semana Aptitud para principiantes 25/100
scripting/helloFrontier#10 ·
-
Dificultad 5/5 Más de una semana Aptitud para principiantes 25/100
scripting/helloFrontier#9 · 4 comentarios · 1 reacción ·
Todos los issues de scripting/helloFrontier
Issues similares
-
sync-en
Dificultad 1/5 1-3 horas Aptitud para principiantes 85/100
-
affects/8.7 affects/8.8 affects/8.9
Dificultad 2/5 1-3 horas Aptitud para principiantes 72/100
camunda/camunda-docs#9997 ·
-
bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 75/100
sillsdev/languageforge-lexbox#2665 ·
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 95/100
-
area:tools priority:p2 type:bug
Dificultad 1/5 Menos de una hora Aptitud para principiantes 91/100
amichai-bd/nand2mario#939 ·